Method GetPolymorphicDescendantsAsync(IRedbObject, int?)

Assembly: redb.Core.dll

Get all polymorphic descendants of object regardless of their schemes.
Uses _securityContext and config.DefaultCheckPermissionsOnLoad.

Task<IEnumerable<ITreeRedbObject>> GetPolymorphicDescendantsAsync(IRedbObject parentObj, int? maxDepth = null)